Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore nodes from individual EBS snapshots #44

Merged
merged 7 commits into from
Mar 27, 2020
Merged

Conversation

flfernandez
Copy link
Contributor

This PR is to add the capability of creating a new cluster with the secondary EBS (auto_volumes) created from separate snapshots, i.e. not a single EBS snapshot as source for the volumes of a cluster.

The snapshot is filter by Tags, example: tag:backup_id

The use case is for a cluster with the same amount of nodes (same topology) as the original one. For example the case of a 3 node cluster, filtering the snapshots by Tags will return 3 snapshots IDs to be restored into the corresponding 3 nodes.

cluster_hosts/tasks/main.yml Outdated Show resolved Hide resolved
_dependencies/tasks/main.yml Outdated Show resolved Hide resolved
cluster_hosts/tasks/main.yml Outdated Show resolved Hide resolved
@eolix eolix self-requested a review March 27, 2020 13:26
Copy link
Contributor

@eolix eolix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dseeley-sky dseeley-sky merged commit ebce75b into master Mar 27, 2020
@dseeley-sky dseeley-sky deleted the cassandra_restore branch March 27, 2020 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants